home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / AFS / WriteUp.app / English.lproj / PanelMergeData.nib / data.classes next >
Text File  |  1994-12-14  |  534b  |  41 lines

  1. PieChart = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     };
  6.     SUPERCLASS = View;
  7. };
  8. PanelMergeData = {
  9.     ACTIONS = {
  10.     saveToFile:;
  11.     loadFromFile:;
  12.     loadTableView:;
  13.     sendPrinter:;
  14.     sendDocument:;
  15.     windowWillClose:;
  16.     pickInBrowser:;
  17.     init:;
  18.     };
  19.     OUTLETS = {
  20.     panel;
  21.     printerButton;
  22.     blankView;
  23.     newDocButton;
  24.     docBrowser;
  25.     matrix;
  26.     docList;
  27.     completionPanel;
  28.     statusField;
  29.     popUp;
  30.     pieChart;
  31.     dataStorage;
  32.     dataTableView;
  33.     };
  34.     SUPERCLASS = Object;
  35. };
  36. FirstResponder = {
  37.     ACTIONS = {
  38.     };
  39.     SUPERCLASS = Object;
  40. };
  41.